body {
	margin: 0px;
	padding: 0px;
	background-color: black;
	color: white;
	font-size: 12px;

	text-align: center;
	background-image: url();
	background-repeat: repeat;
}
.contentsbody {
	background-color: black;
	color: white;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 2px;
}
a {
	display:block;
}
a:link, a:visited
{
	color: white;
	background-color: black;
	text-decoration: none;
}

a:hover, a:active , a:focus
{
	color: yellow; 
	background-color: green; 
	font-weight: bold;
} 

#qwikpick a {
	display:inline;
}

.social {
	width:100%;
	float:center;
	margin-right:auto;
	margin-left:auto;
}
.social a {width: 47px; height: 47px; font-size: 0; line-height: 0; text-indent: -9999px; float: left; margin: 1px; background-repeat: no-repeat;}
.social a.social-twitter {background-image: url("../main directory/social networking/social-twitter.gif");}
.social a.social-rss {background-image: url("../main directory/social networking/social-rss.gif");}
.social a.social-facebook {background-image: url("../main directory/social networking/social-facebook.gif");}
.social a.social-myspace {background-image: url("../main directory/social networking/social-myspace.gif");}
.social a.social-youtube {background-image: url("../main directory/social networking/social-youtube.gif");}

/*******************************/
/***********   NOTE    ***********/
/* 'mainmenu' must be AFTER 'a' */
/*******************************/
/*******************************/
.mainmenu, a.mainmenu, a.mainmenu:link, a.mainmenu:visited, #instructions {
	font-weight: bold;
	color: black;
	background-color: red;	/* MUST be different to a:hover */
}
div#tshirts a, li {
	display:inline;
	margin:0px;
	padding:0px;
}
h1, h2, h3 {
	background-color: #4E387E;	/* MUST be different to a:hover */
	border-width: thick;
	border-color: yellow;
}
h2 {font-size:20px}
h3 {
margin-bottom:0px; 
padding-bottom:0px;
}
img {
	/*border-width: thick;
	border-style: outset;*/
	border-style: none !important;
	height: 400px;
	width: 300px;
}
img.rotated {
	height:300px;
	width:450px;
}
.rotatedText {
	height:150px;
}
img.beanie, img.buckle, img.cap, img.collectable, img.cup, img.mug, img.visor, img.ladygaga {
	height:300;
	width:300;
}
img.flag {
	height:650;
}
img.gotocontents {
	height:130px;
	width:130px;
	display:inline;
	margin:0;
	padding:0;
}
img.warped {
	 height:975px;
	 width:300px;
}
img.untouched {
	 height:auto;
	 width:auto;
}
.unavailable {
	display:none;
}
.front, .left {
	width:50%;
	float:left;
}
.center {
	width:100%;
	float:center;
}
.back, .right {
	width:50%;
	float:right;
}
.mainbody {
	text-align: center;
	background-color: black;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 50px;
	padding-right: 50px;
}
.mainbody p {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*.new {
	width:555px;
	background-color:purple;
	padding: 10px;
}*/
/*.liquidblue {
	width:555px;
	background-color:blue;
	padding: 10px;
}*/
.newSign
{
	width:28px;
	height:24px;
	vertical-align:middle;
	border-style: none !important;
	/*background-image: url('../thumbnails/new.jpg');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:left top;
	background-color:Red;*/
}
ul#navigation ul#navigation
{
list-style-type: none;
margin: 0;
padding: .5em 0;
border-top: 1px solid #666;
}

ul#navigation li a 
{ 
display: block; 
width: 5em;
color: #FFF;
background-color: #036;
padding: .2em 0;
text-align: center;
text-decoration: none;
}

ul#navigation li a:hover
{
color: #FFF;
background-color: #69C;
}

ul#navigation .left
{
float: left;
width: 5em;
}

ul#navigation .right
{
float: right;
width: 5em;
}
